Easy2Siksha Sample Paper
(GNDU) MOST REPETED (IMPORTANT) Answer
BCA 3rd SEMESTER
Database Management System
Solved Answer
1. Database Management System (DBMS): Concept, Advantages over Tradional File
Systems
• Frequency: 2 mes
• Years Appeared: 2021, 2022
Ans: A Fresh Beginning: The Tale of Two Towns
Once upon a time, there were two towns — Fileville and Dataville.
• In Fileville, every shopkeeper kept their own ledger books. If you wanted to know
how many apples were sold last month, you had to run from shop to shop, flip
through dusty pages, and hope the handwriting was clear. Sometimes, two shops
had different numbers for the same thing. Mistakes were common, and finding
information took forever.
• In Dataville, the townsfolk had built a central library with a smart librarian. All
shopkeepers sent their sales records to this library. The librarian stored everything in
an organized way, could answer any question instantly, and made sure there were
no duplicate or conflicting records.
Fileville is like the traditional file system. Dataville is like a Database Management System
(DBMS).
Part 1: Concept of DBMS
Definition: A Database Management System is software that allows users to create, store,
organize, retrieve, update, and manage data in a structured way. It acts as an interface
between the user (or application) and the database.
Key Roles of a DBMS
1. Data Storage – Organizes data in tables, rows, and columns.
2. Data Retrieval – Lets you query data using languages like SQL.
3. Data Manipulation – Insert, update, delete records easily.
4. Data Security – Controls who can access or modify data.
5. Data Integrity – Ensures accuracy and consistency.